home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / TXTSHOW2.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  2003-03-14  |  512 b   |  16 lines

  1. global gTextSprite, gDBItem, gHandCursor, gCameFrom
  2.  
  3. on prepareMovie
  4.   set gTextSprite to 10
  5.   set tmpName to "txt" & gDBItem
  6.   put tmpName
  7.   set the member of sprite gTextSprite to the number of member tmpName of castLib "DBCast"
  8.   set gHandCursor to [member "handCursorCast" of castLib "Globals", member "handCursorCastMask" of castLib "Globals"]
  9.   set exitSprite to 20
  10.   if gCameFrom = #pres then
  11.     set the visible of sprite exitSprite to 1
  12.   else
  13.     set the visible of sprite exitSprite to 0
  14.   end if
  15. end
  16.